home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 22
/
PC Gamer IT CD 22.iso
/
DEMOS
/
DC
/
FIRST.Z
/
CSCRIPT
< prev
next >
Wrap
Text File
|
1997-03-03
|
117b
|
13 lines
#!/bin/rc
j=0
for (i in xx*) {
echo $i
ppmtobmp -windows $i > cursor$j.bmp
j=`{echo $j+1 | bc}
}